"serviceWorker"in navigator&&window.addEventListener("load",function(){navigator.serviceWorker.register("sw.js").then(function(a){console.log("ServiceWorker registration successful with scope: ",a.scope)},function(a){console.error("ServiceWorker registration failed: ",a)});var c=function(){var a=window.navigator.userAgent.toLowerCase();return/ipad/.test(a)};if(function(){var a=window.navigator.userAgent.toLowerCase();return/iphone|ipad|ipod/.test(a)}()&&!("standalone"in window.navigator&&window.navigator.standalone)){var b= document.createElement("div");b.style.cssText="display: block;position: fixed;z-index:1000000;padding: 5px 7px;left: 2%;"+(c()?"top:15px;":"bottom: 15px;")+"width: 96%;border-radius: 3px;background-color: #f1f1f1;font-size: 14px;font-family: sans-serif;text-align: center;";b.innerHTML='Install this webapp on your device: tap and then Add to homescreen.'; window.document.body.appendChild(b);setTimeout(function(){window.document.body.removeChild(b)},4E3)}});